From: Eli Zaretskii Date: Sat, 23 Aug 2014 11:02:40 +0000 (+0300) Subject: Remove bidi_ignore_explicit_marks_for_paragraph_level. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~3423^2~735^2~49 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8ccc6fa95c75e22f26cf147d23df4a15d7a4bd7f;p=emacs.git Remove bidi_ignore_explicit_marks_for_paragraph_level. --- diff --git a/src/bidi.c b/src/bidi.c index 30ec1f0a744..379350969ff 100644 --- a/src/bidi.c +++ b/src/bidi.c @@ -260,14 +260,6 @@ typedef enum { EXPLICIT_FORMATTING } bidi_category_t; -/* UAX#9 says to search only for L, AL, or R types of characters, and - ignore RLE, RLO, LRE, and LRO, when determining the base paragraph - level. Yudit indeed ignores them. This variable is therefore set - by default to ignore them, but clearing it will take them into - account. */ -extern bool bidi_ignore_explicit_marks_for_paragraph_level EXTERNALLY_VISIBLE; -bool bidi_ignore_explicit_marks_for_paragraph_level = 1; - static Lisp_Object paragraph_start_re, paragraph_separate_re; static Lisp_Object Qparagraph_start, Qparagraph_separate;